projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2341d1d
)
* src/android.c (android_exception_check): Fix typo.
author
Po Lu
<luangruo@yahoo.com>
Fri, 17 Feb 2023 11:16:00 +0000
(19:16 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Fri, 17 Feb 2023 11:16:00 +0000
(19:16 +0800)
src/android.c
patch
|
blob
|
history
diff --git
a/src/android.c
b/src/android.c
index c5adb912d9a4686512dd683b2933f0a6443e92e4..d21aaabc1ac9e54e09048c6306c6a20315960a98 100644
(file)
--- a/
src/android.c
+++ b/
src/android.c
@@
-4923,7
+4923,7
@@
android_exception_check (void)
{
if ((*android_java_env)->ExceptionCheck (android_java_env))
{
- __android_log_print (ANDROID_LOG_WARN
ING
, __func__,
+ __android_log_print (ANDROID_LOG_WARN, __func__,
"Possible out of memory error."
" The Java exception follows: ");
/* Describe exactly what went wrong. */